home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / pas_all.zip / TI235.ASC < prev    next >
Text File  |  1992-08-12  |  5KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.   PRODUCT : TURBO PASCAL                               NUMBER : 235
  10.   VERSION : 2.00B
  11.        OS : PC-DOS
  12.      DATE : February 21, 1986                            PAGE : 1/3
  13.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  14.  
  15.  
  16.  
  17.  
  18.   This  patch  automatically  responds   to   the   "Include  Error
  19.   Messages?"  prompt and proceeds to either  load  or  exclude  the
  20.   error messages (whatever is specifed by the patch you apply). The
  21.   message still appears, but does not wait for an answer.
  22.  
  23.   ERROR MESSAGES NOTE: The new  version of TINST lets you designate
  24.   the  path to the error messages in the event they are stored in a
  25.   directory other than the  one  active at the time Turbo Pascal is
  26.   loaded. Patches for two different implementations of Turbo
  27.  
  28.   Use the DOS  utility,  DEBUG,  to  apply the following patch to a
  29.   copy  of  your  original  .COM  file.  Copy  DEBUG.COM  into  the
  30.   directory (or onto the  diskette)  where  a  working copy of your
  31.   information  exactly  as  it  appears.  (Conclude  each  line  by
  32.   pressing <Enter>
  33.  
  34.  
  35.   Note:
  36.   1.   DEBUG  is  not  sensitive  to  upper  and  lower  case.  all
  37.        addresses are listed in upper case for ease of  readability.
  38.  
  39.   2.   While in DEBUG, the prompt will appear as a dash (-).
  40.  
  41.   3.   If you do not receive the appropriate response,  press   "q"
  42.        followed by <Return>,  to  quit. Check your  version numbers
  43.        and, if correct, try again.
  44.  
  45.   TURBO.COM - "YES" - MESSAGES INCLUDED
  46.  
  47.        YOU TYPE                              THIS APPEARS
  48.  
  49.        DEBUG TURBO.COM<ENTER>                 -
  50.        e2F5E                                  XXXX:2F5E E8.
  51.        0C<Space>                              20
  52.        FF<Space>                              DB
  53.        EB<Space>                              0D
  54.        1E<Return>                             -
  55.        w                                      writing XXXX bytes
  56.        q                                      DOS prompt
  57.  
  58.  
  59.   TURBO.COM - "NO - MESSAGES NOT INCLUDED
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.   PRODUCT : TURBO PASCAL                               NUMBER : 235
  76.   VERSION : 2.00B
  77.        OS : PC-DOS
  78.      DATE : February 21, 1986                            PAGE : 2/3
  79.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  80.  
  81.  
  82.  
  83.  
  84.        YOU TYPE                             THIS APPEARS
  85.  
  86.        DEBUG TURBO.COM<ENTER>                 -
  87.        e2F5E                                  XXXX:2F5E E8.
  88.        24<Space>                              20
  89.        00<Space>                              DB
  90.        EB<Space>                              0D
  91.        1E<Return>                             -
  92.        w                                      writing XXXX bytes
  93.        q                                      DOS prompt
  94.  
  95.  
  96.   TURBO-87.COM - "YES" - MESSAGES INCLUDED
  97.  
  98.        YOU TYPE                              THIS APPEARS
  99.  
  100.        DEBUG TURBO-87.COM<ENTER>              -
  101.        e29CE                                  XXXX:29CE E8.
  102.        E9<Space>                              E3
  103.        1C<Space>                              D7
  104.        00<Space>                              E8
  105.        E9<Space>                              F5
  106.        05<Space>                              02
  107.        00<Return>                             -
  108.        w                                      writing XXXX bytes
  109.        q                                      DOS prompt
  110.  
  111.   TURBO-87.COM - "NO" - MESSAGES NOT INCLUDED
  112.  
  113.        YOU TYPE                             THIS APPEARS
  114.  
  115.        DEBUG TURBO-87.COM<ENTER>              -
  116.        e29CE                                  XXXX:29CE E8.
  117.        E9<Space>                              E3
  118.        1C<Space>                              D7
  119.        00<Space>                              E8
  120.        E9<Space>                              F5
  121.        08<Space>                              02
  122.        00<Return>                             -
  123.        w                                      writing XXXX bytes
  124.        q                                      DOS prompt
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.   PRODUCT : TURBO PASCAL                               NUMBER : 235
  142.   VERSION : 2.00B
  143.        OS : PC-DOS
  144.      DATE : February 21, 1986                            PAGE : 3/3
  145.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  146.  
  147.  
  148.  
  149.  
  150.   DISCLAIMER: You  have the right to use this technical information
  151.   subject to the terms  of  the  No-Nonsense License Statement that
  152.   you received with  the  Borland product to which this information
  153.   pertains.
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.